DELETE MUSIC

This command will delete the specified music previously loaded into a music number.

  Syntax
DELETE MUSIC Music Number
  Parameters
Music Number
Integer
The music number to delete

  Returns

This command does not return a value.

  Example Code
cls
load music "happy.mp3",1
Play music 1
wait 1000*8
delete music 1
load music "sad.mp3",1
Play music 1
do
loop
stop music 1
end
  See also

MUSIC Commands Menu
Index